Skip to content

Bitwise operations - #309

Merged
MichaelChirico merged 27 commits into
mainfrom
bitwise
Sep 1, 2026
Merged

Bitwise operations#309
MichaelChirico merged 27 commits into
mainfrom
bitwise

Conversation

@hcirellu

Copy link
Copy Markdown
Collaborator

With this PR the functionality of bitwise operations for integer64 is added in a consistent behaviour to R. This includes bitwNot, bitwAnd, bitwOr, bitwXor, bitwShiftL, and bitwShiftR.

Closes #33

@hcirellu
hcirellu marked this pull request as ready for review March 26, 2026 09:41
@MichaelChirico

Copy link
Copy Markdown
Collaborator

Cleaned up the implementation a bit superficially, LGTM! Thanks!

@MichaelChirico
MichaelChirico merged commit ea0e700 into main Sep 1, 2026
13 checks passed
@MichaelChirico
MichaelChirico deleted the bitwise branch September 1, 2026 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature request: Add bitwise operators on integer64

2 participants